<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> 浙江黄岩华兴塑料制品有限公司
<%id=replacebadchar(trim(request("id"))) if not IsNumeric(id) then response.write"" response.end end if set rs=server.CreateObject("adodb.recordset") rs.open"select * from product where id="&id,conn,1,3 if rs.recordcount=0 then response.write"" response.end end if rs("hits")=rs("hits")+1 rs.update%>
" class="productkuang">
   产品大类:<%=rs("bigclassname")%>
  产品名称  <%=rs("productname")%>
  产品货号   <%=rs("hh")%>  
  装 箱 数   <%=rs("bzs")%>
  尺  寸   <%=rs("zc")%>
<%rs.close set rs=nothing%>